.RadInput_MyTheme,
.RadInputMgr_MyTheme {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.t-ie .RadInput_MyTheme, .t-ie
.RadInputMgr_MyTheme {
    height: 34px;
    height: calc(1.4285714286em + 14px);
}

.RadInput_MyTheme .riTextBox,
.RadInput_MyTheme .riSelect,
.RadInput_MyTheme .rcSelect,
.RadInputMgr_MyTheme {
    border-color: #cccccc;
    color: #333333;
    background-color: #ffffff;
}

.RadInput_MyTheme .riEmpty,
.RadInput_Empty_MyTheme {
    color: rgba(51, 51, 51, 0.8);
}

.RadInput_MyTheme.RadInputHovered .riTextBox,
.RadInput_MyTheme.RadInputHovered .riSelect,
.RadInput_MyTheme.RadInputHovered .rcSelect,
.RadInput_Hover_Default {
    border-color: #adadad;
    color: #333333;
    background-color: #ffffff;
}

.RadInput_MyTheme.RadInputFocused .riTextBox,
.RadInput_MyTheme.RadInputFocused .riContentWrapper,
.RadPicker_MyTheme .RadInputFocused,
.RadInput_Focused_MyTheme {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.RadInput_MyTheme.RadInputFocused .riTextBox,
.RadInput_MyTheme.RadInputFocused .riSelect,
.RadInput_MyTheme.RadInputFocused .rcSelect,
.RadInput_Focused_MyTheme {
    border-color: #3bc849;
    color: #333333;
    background-color: #ffffff;
}

.RadInput_MyTheme .riTextBox,
.RadInputMgr_MyTheme {
    padding: 6px 12px;
    border-radius: 4px;
}

.RadInput_MyTheme .rcSelect {
    border-radius: 0 4px 4px 0;
}

.RadInput_MyTheme .riRead,
.RadInput_Read_MyTheme {
    border-color: #cccccc;
    color: #333333;
    background-color: #ffffff;
}

.RadInput_MyTheme.RadInputError .riTextBox,
.RadInput_MyTheme.RadInputError .riSelect,
.RadInput_MyTheme.RadInputError .rcSelect,
.RadInput_Error_MyTheme,
.RadForm.rfdTextbox .RadInput_MyTheme .riError[type="text"],
.RadForm.rfdTextbox .RadInput_Error_Default[type="text"] {
    border-color: #a94442;
    color: #a94442;
    background-color: #f2dede;
}

.RadInput_MyTheme.RadInputError {
    color: #a94442;
}

.RadInput_MyTheme .riNegative,
.RadInput_Negative_MyTheme {
    color: #4d4c4c;
}

.RadInput_MyTheme .riSelect {
    overflow: hidden;
    border-radius: 0 4px 4px 0;
}

.RadInput_MyTheme a,
.RadInput_MyTheme.RadInputDisabled a:hover,
.RadInput_MyTheme.RadInputDisabled a:active {
    border-color: #cccccc;
    color: #333333;
    background-color: #ffffff;
    padding-left: 6px;
    padding-right: 6px;
}

.RadInput_MyTheme a:hover {
    border-color: #adadad;
    color: #333333;
    background-color: #e6e5e5;
}

.RadInput_MyTheme a:focus, .RadInput_MyTheme a:active {
    border-color: #adadad;
    color: #333333;
    background-color: #e6e5e5;
}

.RadInput_MyTheme .riLabel {
    color: #333333;
    padding-top: 6px;
    padding-bottom: 6px;
}

.RadInput_MyTheme.riContButton .riDown {
    margin-left: -33px;
    margin-left: calc(-13px - 1.42857em);
}
